new ITHit.WebDAV.Client.CancellableResult(oResult, bSuccess, oError, bIsAborted)
CancellableResultName | Type | Default | Description |
---|---|---|---|
oResult |
* | ||
bSuccess |
boolean | ||
oError |
ITHit.WebDAV.Client.Exceptions.WebDavException | Error | null | ||
bIsAborted |
boolean | false | optional |
Extends
Members
-
Error :ITHit.WebDAV.Client.Exceptions.WebDavException :Error :null
Error -
Error (Exception) object. Describes the type of error that occurred. Null if request was successful.
-
IsSuccess :boolean
IsSuccess -
Flag of either async request result was successful or not.
-
Result :*
Result -
Result value. Can be any type, each method may put there appropriate object which before was returned directly. Null if request was unsuccessful.
-
Status :ITHit.WebDAV.Client.HttpStatus
Status -
Status of HTTP response retrieved either from Result or Error objects